projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e3b94e
)
(do-install): Install info/sc*.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Aug 1993 18:13:14 +0000
(18:13 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Aug 1993 18:13:14 +0000
(18:13 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index f79d6716e3daf80a190ef1f6909d3a106ad0796d..ef610abe2f8ee0c4a787075a249b2e28f541b9d4 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-364,7
+364,7
@@
do-install: mkdir
if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
${INSTALL_DATA} dir ${infodir}/dir ; \
fi ; \
- for f in cl* emacs* forms* gnus* info* vip* ; do \
+ for f in cl* emacs* forms* gnus* info*
sc*
vip* ; do \
${INSTALL_DATA} $$f ${infodir}/$$f ; \
done); \
else true; fi